VObject::FindItemPtr

Section: ET++ method description (n)
Updated: automatically Mon Apr 8 20:17:57 1991
Index Return to Main Contents
 

NAME

VObject::FindItemPtr - instance method  

TEMPLATE

itemFound = VObject * FindItemPtr(VObject * item)  

SPECIFIERS

public  

DESCRIPTION

Starting at this the method FindItemPtr searches the VObject tree for item. In contrast to the method FindItem (with first argument type 'VObject *') the comparison is based on pointers (=identity test). FindItemPtr uses the method Detect to walk down the tree. This method is called, for example, by the method DialogView::Control.  

ARGUMENTS

VObject * item

the item which is identical with item
is searched
 

RETURN ARGUMENT

VObject * itemFound

is identical to item
if the VObject tree contains item otherwise it is NULL
 

CATEGORIES

detect, client interface

 

FILES

implementation:
VObject.C


 

Index

NAME
TEMPLATE
SPECIFIERS
DESCRIPTION
ARGUMENTS
RETURN ARGUMENT
CATEGORIES
FILES

This document was created by man2html, using the manual pages.
Time: 00:40:22 GMT, March 30, 2022